The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "moosex::classattribute"

MooseX::ClassAttribute - Declare class attributes Moose-style River stage two • 47 direct dependents • 80 total dependents

This module allows you to declare class attributes in exactly the same way as object attributes, using "class_has()" instead of "has()". You can use any feature of Moose's attribute declarations, including overriding a parent's attributes, delegation...

DROLSKY/MooseX-ClassAttribute-0.29 - 29 May 2016 21:27:33 UTC - Search in distribution

Reindeer - Moose with more antlers River stage one • 2 direct dependents • 4 total dependents

Like Moose? Use MooseX::* extensions? Maybe some MooseX::Types libraries? Hate that you have to use them in every. Single. Class. Reindeer aims to resolve that :) Reindeer _is_ Moose -- it's just Moose with a number of the more useful/popular extensi...

RSRCHBOY/Reindeer-0.020 - 20 Dec 2017 23:30:25 UTC - Search in distribution

SimpleDB::Class - An Object Relational Mapper (ORM) for the Amazon SimpleDB service. River stage zero No dependents

SimpleDB::Class gives you a way to persist your objects in Amazon's SimpleDB service search them easily. It hides the mess of web services, pseudo SQL, and XML document formats that you'd normally need to deal with to use the service, and gives you a...

RIZEN/SimpleDB-Class-1.0503 - 12 Apr 2012 02:46:56 UTC - Search in distribution

Alien::BWIPP - Barcode Writer in Pure PostScript River stage one • 1 direct dependent • 1 total dependent

This modules builds encoder classes from PostScript source....

MCNEWTON/Alien-BWIPP-0.007 - 04 Aug 2014 23:17:43 UTC - Search in distribution

Monitor::MetricsAPI::Tutorial - Getting Started with MetricsAPI River stage zero No dependents

JSIME/Monitor-MetricsAPI-0.900 - 08 Dec 2016 02:14:06 UTC - Search in distribution

Task::Moose - Moose in a box River stage one • 3 direct dependents • 3 total dependents

This Task installs Moose and then optionally installs a number of Moose extensions listed below. This list is meant to be comprehensive, so if I missed something please let me know....

DOY/Task-Moose-0.03 - 27 Sep 2009 17:58:01 UTC - Search in distribution

BoutrosLab::TSVStream::IO River stage zero No dependents

Consuming classes can acquire the ability to generate reader and writer objects by consuming one of the Roles: BoutrosLab::TSVStream::IO::Role::Fixed BoutrosLab::TSVStream::IO::Role::Dyn Consuming classes must provide a set of useful attributes, etc....

BOUTROSLB/BoutrosLab-TSVStream-v0.5.4 - 27 Apr 2018 17:30:42 UTC - Search in distribution

MooseX::ConfigCascade - Set initial accessor values of your whole Moose-based project from a single config file River stage zero No dependents

In my opinion getting values from some kind of centralised config to attributes in nested objects is problematic. There are several modules available which load config into accessors, but in one way or another these all involve telling each specific ...

TOMGRACEY/MooseX-ConfigCascade-0.02 - 09 Nov 2017 04:19:58 UTC - Search in distribution

MooseX::DeclareX - more sugar for MooseX::Declare River stage one • 5 direct dependents • 5 total dependents

MooseX::DeclareX takes the declarative sugar of MooseX::Declare to the next level. Some people already consider MooseX::Declare to be pretty insane. If you're one of those people, then you're not going to like this... Keywords "class", "role", "exten...

TOBYINK/MooseX-DeclareX-0.009 - 10 Sep 2014 23:20:43 UTC - Search in distribution

MooseX::Scaffold - Template metaprogramming with Moose River stage zero No dependents

MooseX::Scaffold is a tool for creating or augmenting Moose classes on-the-fly. Scaffolding can be triggered when a "use" is executed (any import arguments are passed to the scaffold subroutine) or you can explicitly call MooseX::Scaffold->scaffold w...

RKRIMEN/MooseX-Scaffold-0.05 - 02 Mar 2010 01:39:52 UTC - Search in distribution

Catalyst::Manual::CatalystAndMoose - How Catalyst 5.8+ and Moose relate River stage two • 2 direct dependents • 11 total dependents

Since version 5.8, the core of Catalyst is based on Moose. Although the developers went through great lengths to allow for a seamless transition, there are still a few things to keep in mind when trying to exploit the power of Moose in your Catalyst ...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

App::Toodledo::TaskCache - Manage a local cache of Toodledo tasks River stage zero No dependents

This is neither fast nor space efficient. It uses YAML to store the tasks. This has the advantage of producing a human-readable cache but that's about the only advantage. Go ahead and send a patch for SQLite if you can. That'll facilitate selective u...

PJS/App-Toodledo-2.19 - 10 Aug 2017 05:20:45 UTC - Search in distribution

Moose::Manual::MooseX - Recommended Moose extensions River stage four • 2916 direct dependents • 4004 total dependents

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Book::Chinese::MasterPerlToday::Moose - Moose, OO River stage zero No dependents

Perl 的面对对象系统很强大(Moose 是由 Perl 编写),但并不是很好使用。建议使用 Moose。 学习 Moose 最好的方法是阅读 Moose::Manual。 对象系统 如果没有 Moose,Perl5 的 OO 应该是比较繁琐的。 package Person; use strict; use warnings; sub new { my $class = shift; my %p = ref $_[0] ? %{ $_[0] } : @_; return bless \%p,...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes River stage one • 3 direct dependents • 6 total dependents

Have you ever spent an hour or more trying to figure out "Hey, why did my coercion not run?" only to find out that you forgot "coerce => 1" ? Just load this module in your Moose class and "coerce => 1" will be enabled for every attribute and class at...

ETHER/MooseX-AlwaysCoerce-0.23 - 16 Feb 2016 04:31:06 UTC - Search in distribution

MooX::ClassAttribute - declare class attributes Moose-style... but without Moose River stage three • 249 direct dependents • 256 total dependents

This module adds support for class attributes to Moo. Class attributes are attributes whose values are not associated with any particular instance of the class. For example, the "Person" class might have a class attribute "binomial_name"; its value "...

TOBYINK/MooX-ClassAttribute-0.011 - 01 Nov 2014 16:03:44 UTC - Search in distribution

Apache::Hendrix::Session - Provide helper functions for Hendrix apps River stage zero No dependents

ZEDORIAH/Apache-Hendrix-v0.3.0 - 27 Oct 2013 11:17:10 UTC - Search in distribution

Acme::CPANModules::Import::PerlAdvent::2017_12_18 - Modules mentioned in Perl Advent Calendar 2017 (day 18) River stage one • 1 direct dependent • 1 total dependent

This module is generated by extracting module names mentioned in <http://perladvent.org/2017/2017-12-18.html> (retrieved on 2018-02-18). Visit the URL for the full contents. Modules mentioned in Perl Advent Calendar 2017 (day 18). This list is genera...

PERLANCAR/Acme-CPANModulesBundle-Import-PerlAdvent-2017-0.001 - 18 Feb 2018 10:26:21 UTC - Search in distribution

Catalyst::TraitFor::Model::DBIC::Schema::SchemaProxy - Proxy Schema Methods and Options from Model River stage two • 48 direct dependents • 61 total dependents

Allows you to call your DBIx::Class::Schema methods directly on the Model instance, and passes config options to your DBIx::Class::Schema and DBIx::Class::ResultSet attributes at "BUILD" time. Methods and attributes local to your "Model" take precede...

HAARG/Catalyst-Model-DBIC-Schema-0.66 - 30 Jul 2023 07:49:33 UTC - Search in distribution
19 results (0.035 seconds)